home *** CD-ROM | disk | FTP | other *** search
- object fmSpeedResult: TfmSpeedResult
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = 'fmSpeedResult'
- ClientHeight = 266
- ClientWidth = 464
- Color = 3157288
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pnlCaptionBar: TPanel
- Left = 0
- Top = 0
- Width = 464
- Height = 21
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object imgCaptionLeft: TImage
- Left = 0
- Top = 0
- Width = 6
- Height = 21
- Align = alLeft
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- ExplicitLeft = 1
- ExplicitTop = 1
- end
- object imgCaptionRight: TImage
- Left = 439
- Top = 0
- Width = 25
- Height = 21
- Align = alRight
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- ExplicitLeft = 1
- ExplicitTop = 1
- end
- object imgCaptionCentre: TImage
- Left = 6
- Top = 0
- Width = 433
- Height = 21
- Align = alClient
- Picture.Data = {<image002.bmp>}
- Stretch = True
- OnMouseDown = imgCaptionCentreMouseDown
- OnMouseEnter = btnSubmitMouseEnter
- OnMouseLeave = btnSubmitMouseLeave
- ExplicitWidth = 767
- ExplicitHeight = 22
- end
- end
- object pnlMain: TPanel
- Left = 0
- Top = 21
- Width = 464
- Height = 245
- Align = alClient
- BevelOuter = bvNone
- Color = 3157288
- ParentBackground = False
- TabOrder = 1
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 464
- Height = 3
- Align = alTop
- Brush.Color = 166
- ExplicitWidth = 386
- end
- object Shape2: TShape
- Left = 0
- Top = 3
- Width = 3
- Height = 239
- Align = alLeft
- Brush.Color = 10393741
- ExplicitTop = 242
- ExplicitHeight = 464
- end
- object lblCPUSpeedMain: TLabel
- Left = 344
- Top = 66
- Width = 47
- Height = 24
- Caption = ' Mhz'
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -21
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 24
- Top = 28
- Width = 136
- Height = 132
- AutoSize = True
- Picture.Data = {<image003.jpg>}
- end
- object Label1: TLabel
- Left = 193
- Top = 17
- Width = 242
- Height = 22
- Caption = 'Your CPU Speed Score is:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 193
- Top = 100
- Width = 247
- Height = 48
- AutoSize = False
- Caption =
- 'Click the "Submit My Score" button below to see how your CPU com' +
- 'pares in the worldwide CPU scores table.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Shape3: TShape
- Left = 0
- Top = 242
- Width = 464
- Height = 3
- Align = alBottom
- Brush.Color = 10393741
- ExplicitTop = 194
- ExplicitWidth = 386
- end
- object Shape4: TShape
- Left = 461
- Top = 3
- Width = 3
- Height = 239
- Align = alRight
- Brush.Color = 10393741
- ExplicitLeft = 0
- ExplicitTop = 242
- ExplicitHeight = 464
- end
- object btnSubmit: TAdvGlowButton
- Left = -7
- Top = 45
- Width = 246
- Height = 44
- Caption = 'Submit My Score'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- NotesFont.Charset = DEFAULT_CHARSET
- NotesFont.Color = clWindowText
- NotesFont.Height = -11
- NotesFont.Name = 'Tahoma'
- NotesFont.Style = []
- ParentFont = False
- TabOrder = 0
- Visible = False
- OnClick = btnSubmitClick
- OnMouseEnter = btnSubmitMouseEnter
- OnMouseLeave = btnSubmitMouseLeave
- Appearance.BorderColor = clWhite
- Appearance.BorderColorHot = clWhite
- Appearance.BorderColorDown = clWhite
- Appearance.Color = clGreen
- Appearance.ColorTo = clGreen
- Appearance.ColorChecked = 16111818
- Appearance.ColorCheckedTo = 16367008
- Appearance.ColorDisabled = 15921906
- Appearance.ColorDisabledTo = 15921906
- Appearance.ColorDown = 16111818
- Appearance.ColorDownTo = 16367008
- Appearance.ColorHot = clLime
- Appearance.ColorHotTo = clLime
- Appearance.ColorMirror = clGreen
- Appearance.ColorMirrorTo = clGreen
- Appearance.ColorMirrorHot = clLime
- Appearance.ColorMirrorHotTo = clLime
- Appearance.ColorMirrorDown = 16102556
- Appearance.ColorMirrorDownTo = 16768988
- Appearance.ColorMirrorChecked = 16102556
- Appearance.ColorMirrorCheckedTo = 16768988
- Appearance.ColorMirrorDisabled = 11974326
- Appearance.ColorMirrorDisabledTo = 15921906
- end
- object ledMhz: TLCD99
- Left = 245
- Top = 56
- Width = 96
- Height = 29
- Animation = anRandom
- AnimationDelay = 5
- Color = 3157288
- DigitNum = 4
- DigitSpacing = 3
- DotSpacing = 4
- GapX = 1
- GapY = 1
- OffColor = 3157288
- OnColor = clRed
- SegmentSize = 3
- Value = '0000'
- end
- object btnClose: TAdvGlowButton
- Left = 12
- Top = 104
- Width = 100
- Height = 44
- Caption = 'Close'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- NotesFont.Charset = DEFAULT_CHARSET
- NotesFont.Color = clWindowText
- NotesFont.Height = -11
- NotesFont.Name = 'Tahoma'
- NotesFont.Style = []
- ParentFont = False
- TabOrder = 2
- Visible = False
- OnClick = btnCloseClick
- OnMouseEnter = btnSubmitMouseEnter
- OnMouseLeave = btnSubmitMouseLeave
- Appearance.BorderColor = clWhite
- Appearance.BorderColorHot = clWhite
- Appearance.BorderColorDown = clWhite
- Appearance.Color = clGreen
- Appearance.ColorTo = clGreen
- Appearance.ColorChecked = 16111818
- Appearance.ColorCheckedTo = 16367008
- Appearance.ColorDisabled = 15921906
- Appearance.ColorDisabledTo = 15921906
- Appearance.ColorDown = 16111818
- Appearance.ColorDownTo = 16367008
- Appearance.ColorHot = clLime
- Appearance.ColorHotTo = clLime
- Appearance.ColorMirror = clGreen
- Appearance.ColorMirrorTo = clGreen
- Appearance.ColorMirrorHot = clLime
- Appearance.ColorMirrorHotTo = clLime
- Appearance.ColorMirrorDown = 16102556
- Appearance.ColorMirrorDownTo = 16768988
- Appearance.ColorMirrorChecked = 16102556
- Appearance.ColorMirrorCheckedTo = 16768988
- Appearance.ColorMirrorDisabled = 11974326
- Appearance.ColorMirrorDisabledTo = 15921906
- end
- object btnSubmitScore1: TButton
- Left = 193
- Top = 176
- Width = 228
- Height = 41
- Caption = 'Submit My Score'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = btnSubmitClick
- end
- object btnClose1: TButton
- Left = 77
- Top = 176
- Width = 100
- Height = 41
- Caption = 'Close'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = btnClose1Click
- end
- end
- end
-